Adwaita: Adjust switch margins on headerbars
authorAlex Monday <monday15@gmx.com>
Tue, 19 Mar 2019 14:59:05 +0000 (19:59 +0500)
committerAlex Monday <monday15@gmx.com>
Tue, 19 Mar 2019 14:59:05 +0000 (19:59 +0500)
Closes https://gitlab.gnome.org/GNOME/gtk/issues/1759

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index dd26261c7356a91daf916743f51b445d49fa5b02..eb8d2e1d0aa95a45cce7f646a4fcde10bd7036ad 100644 (file)
@@ -1714,8 +1714,8 @@ headerbar {
     margin-bottom: 6px;
   }
   switch {
-    margin-top: 9px;
-    margin-bottom: 9px;
+    margin-top: 10px;
+    margin-bottom: 10px;
   }
 
   &.titlebar headerbar:not(.titlebar) {
index 633f315f8a6c1aa87f796e02853e12d4cbf1690c..35d5b4697b41c6360d13d7258b096a2ffe3c7d36 100644 (file)
@@ -692,7 +692,7 @@ searchbar > revealer > box { padding: 6px; border-width: 0 0 1px; }
 
 headerbar entry, headerbar spinbutton, headerbar separator:not(.sidebar), headerbar button { margin-top: 6px; margin-bottom: 6px; }
 
-headerbar switch { margin-top: 9px; margin-bottom: 9px; }
+headerbar switch { margin-top: 10px; margin-bottom: 10px; }
 
 headerbar.titlebar headerbar:not(.titlebar) { background: none; box-shadow: none; }
 
index 6ff629a8044af0e355adfae94c80a0cd9d132170..827b6b90179301a928f593016e9c16fdc262dbbc 100644 (file)
@@ -700,7 +700,7 @@ searchbar > revealer > box { padding: 6px; border-width: 0 0 1px; }
 
 headerbar entry, headerbar spinbutton, headerbar separator:not(.sidebar), headerbar button { margin-top: 6px; margin-bottom: 6px; }
 
-headerbar switch { margin-top: 9px; margin-bottom: 9px; }
+headerbar switch { margin-top: 10px; margin-bottom: 10px; }
 
 headerbar.titlebar headerbar:not(.titlebar) { background: none; box-shadow: none; }